From: Nicolas Thill Date: Thu, 6 Sep 2007 02:57:06 +0000 (+0000) Subject: remove uneeded stuff after python changes in [8639] X-Git-Tag: kamikaze_7.07^0 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22%24PHP_SELF/%22https:/collectd.org/%22%24PHP_SELF?a=commitdiff_plain;h=ada64c7f90014ba0d0ab5709b74b4f9df6f9c9b9;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove uneeded stuff after python changes in [8639] SVN-Revision: 8640 --- diff --git a/include/package.mk b/include/package.mk index c98f28d315..125355ba4a 100644 --- a/include/package.mk +++ b/include/package.mk @@ -126,17 +126,6 @@ define Build/Compile $(call Build/Compile/Default,) endef -define Build/Compile/PyMod - ( cd $(PKG_BUILD_DIR); \ - CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="$(TARGET_CPPFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ - $(1) \ - $(STAGING_DIR)/usr/bin/hostpython ./setup.py $(2) \ - --prefix="$(PKG_INSTALL_DIR)/usr" \ - ) -endef - $(PACKAGE_DIR): mkdir -p $@